home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / kernel / fsdm / local.mk < prev   
Text File  |  1992-12-18  |  399b  |  14 lines

  1. #
  2. # This file is automatically included by Pmake while it is processing
  3. # Makefile.  Makefile is automatically generated by mkmf, and this file
  4. # provides additional local personalization
  5. #
  6.  
  7. #include    <$(SYSMAKEFILE)>
  8.  
  9. CTAGS = true    # i.e. just return success, don't do anything
  10.  
  11. tags:: $(ALLCSRCS) $(HDRS)
  12.     /sprite/cmds/ctags -f tags.here $(CTFLAGS) $(ALLCSRCS) $(HDRS)
  13.     /sprite/src/kernel/fs/fstags
  14.